Revert "Fix/entity as resource overwrite (#1544)" as the upstream cha…#1545
Revert "Fix/entity as resource overwrite (#1544)" as the upstream cha…#1545UIPath-Harshit merged 1 commit intomainfrom
Conversation
d74f116 to
2422aec
Compare
…nge is not checked in yet This reverts commit 11e86d4.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d74f116d2e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
packages/uipath/pyproject.toml
Outdated
| [project] | ||
| name = "uipath" | ||
| version = "2.10.42" | ||
| version = "2.10.41" |
There was a problem hiding this comment.
Bump uipath version above existing PyPI releases
This change sets uipath back to 2.10.41 while also modifying package code, but CI/CD in this repo expects changed packages to use a version not already published (.github/workflows/ci.yml runs check-version-availability.yml, and CD uses detect_publishable_packages.py to skip already-published versions). Since 2.10.41 is already in PyPI release history, this revert will fail version checks or be skipped during publish, so the rollback won’t actually ship; the package version needs to be incremented to a new, unpublished value.
Useful? React with 👍 / 👎.
2422aec to
28e6c69
Compare
…nge is not checked in yet
This reverts commit 11e86d4.